home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / Gizmo Project 4.0.4 / WinGizmoInstall.exe / message_styles / Renkoo / variants / GreenYellow.css < prev    next >
Cascading Style Sheet File  |  2007-04-20  |  2KB  |  84 lines

  1. @import url("../main.css");
  2.  
  3. .incomingItem .timeStamp {
  4.     color:#b3cf77;
  5. }
  6.  
  7. .outgoingItem .timeStamp {
  8.     color:#dbd789;
  9. }
  10.  
  11.  
  12. /*############Incoming Bubble########## */
  13.  
  14. .incomingItem    {
  15.     background:url("../images/greenBackground.gif") repeat-y top right;
  16. }
  17.  
  18. .incomingItem .bubbleHeading {
  19.     background:url("../images/greenCurves.gif") no-repeat top left;
  20. }
  21.  
  22. .incomingItem .bubbleHeading div {
  23.     background:url("../images/greenCurves.gif") no-repeat top right;
  24. }
  25.  
  26. .incomingItem .bubbleIndicator { 
  27.     background:url("../images/greenIndicator.gif") no-repeat top left;
  28. }
  29.  
  30. .incomingItem .bubbleFooting {
  31.     background:url("../images/greenCurves.gif") no-repeat bottom left;
  32. }
  33.  
  34. .incomingItem .bubbleFooting div {
  35.     background:url("../images/greenCurves.gif") no-repeat bottom right;
  36. }
  37.  
  38. .incomingItem .response {
  39.     background:url("../images/greenBackground.gif") repeat-y top left;
  40. }
  41.  
  42. .incomingItem .followUp {
  43.     color:#e2efc4;
  44.     background-color:#e2efc4;
  45.     border-bottom:1px solid #fff;
  46. }
  47.  
  48.  
  49. /*############Outgoing Bubble########## */
  50.  
  51. .outgoingItem    {
  52.     background:url("../images/yellowBackground.gif") repeat-y top right;
  53. }
  54.  
  55. .outgoingItem .bubbleHeading {
  56.     background:url("../images/yellowCurves.gif") no-repeat top left;
  57. }
  58.  
  59. .outgoingItem .bubbleHeading div {
  60.     background:url("../images/yellowCurves.gif") no-repeat top right;
  61. }
  62.  
  63. .outgoingItem .bubbleIndicator { 
  64.     background:url("../images/yellowIndicator.gif") no-repeat top left;
  65. }
  66.  
  67. .outgoingItem .bubbleFooting {
  68.     background:url("../images/yellowCurves.gif") no-repeat bottom left;
  69. }
  70.  
  71. .outgoingItem .bubbleFooting div {
  72.     background:url("../images/yellowCurves.gif") no-repeat bottom right;
  73. }
  74.  
  75. .outgoingItem .response {
  76.     background:url("../images/yellowBackground.gif") repeat-y top left;
  77. }
  78.  
  79. .outgoingItem .followUp {
  80.     color:#f4f2cb;
  81.     background-color:#f4f2cb;
  82.     border-bottom:1px solid #fff;
  83. }
  84.